home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Feb Etrnls.cpt / Feb.Ext.rsrc / 4DTE_15018 < prev    next >
Text File  |  1988-02-16  |  520b  |  11 lines

  1. GetPopMenu(Var1;Var2;Var3)
  2.    Var1 is the handle to an external area
  3.    Var2 is a numeric variable
  4.    Var3 is an alphanumeric variable
  5.  
  6. You call GetPopMenu in each During phase of a layout procedure of a layout which contains a Popup menu.
  7.  
  8. If the During call is due to an action of the user in the menu. Var2 contains the ID of the selected item and Var3 contains the text of the item.
  9.  
  10. If the user has not selected an item or if the During call is due to another event, Var2 is equal to 0 and Var3 is an empty string.
  11.